Learning ASP.NET Core 2.0 by Jason De Oliveira

Learning ASP.NET Core 2.0 by Jason De Oliveira

Author:Jason De Oliveira
Language: eng
Format: epub, mobi
Tags: COM051470 - COMPUTERS / Programming Languages / ASP .NET, COM051310 - COMPUTERS / Programming Languages / C#, COM051440 - COMPUTERS / Software Development and Engineering / Tools
Publisher: Packt
Published: 2017-12-12T06:16:46+00:00


@{ ViewData["Title"] = "Home Page"; } <div class="row"> <div class="col-lg-12"> @section Desktop {<h2>@Localizer["DesktopTitle"]</h2>} @section Mobile {<h2>@Localizer["MobileTitle"]</h2>} <div class="alert alert-info">

...

Note that you must also update all the other views of the application (GameInvitation/GameInvitationConfirmation, GameInvitation/Index, Home/Index, UserRegistration/EmailConfirmation, UserRegistration/Index) with the section tags from the preceding code for now:

@section Desktop{<h2>@Localizer["DesktopTitle"]</h2>}



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.